home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutBox
- BackColor = &H00FFFFFF&
- BorderStyle = 0 'None
- Caption = "About..."
- ClientHeight = 2865
- ClientLeft = 2340
- ClientTop = 2655
- ClientWidth = 3390
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Courier"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 3270
- Left = 2280
- LinkMode = 1 'Source
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2865
- ScaleWidth = 3390
- Top = 2310
- Width = 3510
- Begin CommandButton Command1
- Caption = "&SEE YA!"
- Height = 375
- Left = 120
- TabIndex = 0
- Top = 2400
- Width = 3135
- End
- Begin Label Label3
- Alignment = 2 'Center
- BackColor = &H00FFFFFF&
- Caption = "Prodigy: NWRD81A"
- ForeColor = &H00FF0000&
- Height = 255
- Left = 840
- TabIndex = 3
- Top = 2040
- Width = 1815
- End
- Begin Label Label2
- Alignment = 2 'Center
- BackColor = &H00FFFFFF&
- Caption = "phares@rsi.prc.com"
- ForeColor = &H000000FF&
- Height = 255
- Left = 840
- TabIndex = 2
- Top = 1800
- Width = 1815
- End
- Begin Label Label1
- Alignment = 2 'Center
- BackColor = &H00FFFFFF&
- Caption = "Wayne Phares"
- ForeColor = &H00FF0000&
- Height = 255
- Left = 840
- TabIndex = 1
- Top = 1560
- Width = 1815
- End
- Begin Label Label6
- Alignment = 2 'Center
- BackColor = &H00FFFFFF&
- Caption = "Feel free to send comments..."
- ForeColor = &H000000FF&
- Height = 255
- Left = 0
- TabIndex = 6
- Top = 1200
- Width = 3375
- End
- Begin Label Label5
- Alignment = 2 'Center
- BackColor = &H00FFFFFF&
- Caption = "more features to later versions. "
- ForeColor = &H000000FF&
- Height = 255
- Left = 0
- TabIndex = 5
- Top = 960
- Width = 3375
- End
- Begin Label Label4
- Alignment = 2 'Center
- BackColor = &H00FFFFFF&
- Caption = "This is version 1.0, I plan to add more"
- ForeColor = &H000000FF&
- Height = 255
- Left = 0
- TabIndex = 4
- Top = 720
- Width = 3375
- End
- Begin Label Label7
- Alignment = 2 'Center
- BackColor = &H00FFFFFF&
- Caption = " Windows Info"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 24
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF00FF&
- Height = 495
- Left = 0
- TabIndex = 7
- Top = 120
- Width = 3375
- End
- Sub Command1_Click ()
- SeeYa.Show 'Show GoodBye message
- End Sub
- Sub Form_Load ()
- Move (Screen.width - width) \ 2, (Screen.height - height) \ 2 'Center form
- End Sub
-